home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / multimed / wavemake / wmwin.exe / 0 / RCDATA / TCHORUSDLG / TCHORUSDLG.txt
Text File  |  1996-04-23  |  12KB  |  399 lines

  1. object chorusDlg: TchorusDlg
  2.   Left = 112
  3.   Top = 224
  4.   HelpContext = 3260
  5.   ActiveControl = originalEdit
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Chorus'
  9.   ClientHeight = 226
  10.   ClientWidth = 528
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 75
  22.     Height = 13
  23.     Caption = 'Original level'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 40
  28.     Width = 66
  29.     Height = 13
  30.     Caption = 'Effect level'
  31.   end
  32.   object Label4: TLabel
  33.     Left = 16
  34.     Top = 64
  35.     Width = 35
  36.     Height = 13
  37.     Caption = 'Offset'
  38.   end
  39.   object Label5: TLabel
  40.     Left = 16
  41.     Top = 88
  42.     Width = 51
  43.     Height = 13
  44.     Caption = 'Variation'
  45.   end
  46.   object Label6: TLabel
  47.     Left = 16
  48.     Top = 112
  49.     Width = 88
  50.     Height = 13
  51.     Caption = 'Effect rate (Hz)'
  52.   end
  53.   object Bevel1: TBevel
  54.     Left = 8
  55.     Top = 8
  56.     Width = 305
  57.     Height = 137
  58.   end
  59.   object fromFile: TLabel
  60.     Left = 16
  61.     Top = 136
  62.     Width = 45
  63.     Height = 13
  64.     Caption = 'fromFile'
  65.     Visible = False
  66.   end
  67.   object toFile: TLabel
  68.     Left = 72
  69.     Top = 136
  70.     Width = 32
  71.     Height = 13
  72.     Caption = 'toFile'
  73.     Visible = False
  74.   end
  75.   object Bevel2: TBevel
  76.     Left = 8
  77.     Top = 152
  78.     Width = 305
  79.     Height = 31
  80.   end
  81.   object gauge: TGauge
  82.     Left = 16
  83.     Top = 158
  84.     Width = 289
  85.     Height = 20
  86.     ForeColor = clLime
  87.     Progress = 0
  88.   end
  89.   object CancelBtn: TBitBtn
  90.     Left = 120
  91.     Top = 192
  92.     Width = 77
  93.     Height = 27
  94.     Cursor = crArrow
  95.     Cancel = True
  96.     Caption = 'Cancel'
  97.     ModalResult = 2
  98.     TabOrder = 11
  99.     OnClick = CancelBtnClick
  100.     Glyph.Data = {
  101.       DE010000424DDE01000000000000760000002800000024000000120000000100
  102.       0400000000006801000000000000000000000000000000000000000000000000
  103.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  104.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  105.       333333333333333333333333000033337733333333333333333F333333333333
  106.       0000333911733333973333333377F333333F3333000033391117333911733333
  107.       37F37F333F77F33300003339111173911117333337F337F3F7337F3300003333
  108.       911117111117333337F3337F733337F3000033333911111111733333337F3337
  109.       3333F7330000333333911111173333333337F333333F73330000333333311111
  110.       7333333333337F3333373333000033333339111173333333333337F333733333
  111.       00003333339111117333333333333733337F3333000033333911171117333333
  112.       33337333337F333300003333911173911173333333373337F337F33300003333
  113.       9117333911173333337F33737F337F33000033333913333391113333337FF733
  114.       37F337F300003333333333333919333333377333337FFF730000333333333333
  115.       3333333333333333333777330000333333333333333333333333333333333333
  116.       0000}
  117.     Margin = 2
  118.     NumGlyphs = 2
  119.     Spacing = -1
  120.     IsControl = True
  121.   end
  122.   object HelpBtn: TBitBtn
  123.     Left = 208
  124.     Top = 192
  125.     Width = 77
  126.     Height = 27
  127.     HelpContext = 3260
  128.     TabOrder = 12
  129.     OnClick = HelpBtnClick
  130.     Kind = bkHelp
  131.     Margin = 2
  132.     Spacing = -1
  133.     IsControl = True
  134.   end
  135.   object originalEdit: TEdit
  136.     Left = 112
  137.     Top = 16
  138.     Width = 169
  139.     Height = 21
  140.     TabOrder = 0
  141.     Text = 'originalEdit'
  142.     OnClick = originalEditExit
  143.     OnEnter = originalEditEnter
  144.     OnExit = originalEditExit
  145.     OnKeyPress = originalEditKeyPress
  146.   end
  147.   object effectEdit: TEdit
  148.     Left = 112
  149.     Top = 40
  150.     Width = 169
  151.     Height = 21
  152.     TabOrder = 2
  153.     Text = 'effectEdit'
  154.     OnClick = effectEditExit
  155.     OnEnter = effectEditEnter
  156.     OnExit = effectEditExit
  157.     OnKeyPress = effectEditKeyPress
  158.   end
  159.   object originalSpin: TSpinButton
  160.     Left = 280
  161.     Top = 17
  162.     Width = 20
  163.     Height = 19
  164.     DownGlyph.Data = {
  165.       A6000000424DA600000000000000760000002800000009000000060000000100
  166.       0400000000003000000000000000000000000000000000000000000000000000
  167.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  168.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  169.       0000333303333000000033300033300000003300000330000000300000003000
  170.       00003333333330000000}
  171.     TabOrder = 1
  172.     UpGlyph.Data = {
  173.       A6000000424DA600000000000000760000002800000009000000060000000100
  174.       0400000000003000000000000000000000000000000000000000000000000000
  175.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  176.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  177.       0000300000003000000033000003300000003330003330000000333303333000
  178.       00003333333330000000}
  179.     OnDownClick = originalSpinDownClick
  180.     OnUpClick = originalSpinUpClick
  181.   end
  182.   object effectSpin: TSpinButton
  183.     Left = 280
  184.     Top = 41
  185.     Width = 20
  186.     Height = 19
  187.     DownGlyph.Data = {
  188.       A6000000424DA600000000000000760000002800000009000000060000000100
  189.       0400000000003000000000000000000000000000000000000000000000000000
  190.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  191.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  192.       0000333303333000000033300033300000003300000330000000300000003000
  193.       00003333333330000000}
  194.     TabOrder = 3
  195.     UpGlyph.Data = {
  196.       A6000000424DA600000000000000760000002800000009000000060000000100
  197.       0400000000003000000000000000000000000000000000000000000000000000
  198.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  199.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  200.       0000300000003000000033000003300000003330003330000000333303333000
  201.       00003333333330000000}
  202.     OnDownClick = effectSpinDownClick
  203.     OnUpClick = effectSpinUpClick
  204.   end
  205.   object offsetEdit: TEdit
  206.     Left = 112
  207.     Top = 64
  208.     Width = 169
  209.     Height = 21
  210.     TabOrder = 4
  211.     Text = 'offsetEdit'
  212.     OnClick = offsetEditExit
  213.     OnEnter = offsetEditEnter
  214.     OnExit = offsetEditExit
  215.     OnKeyPress = offsetEditKeyPress
  216.   end
  217.   object offsetSpin: TSpinButton
  218.     Left = 280
  219.     Top = 65
  220.     Width = 20
  221.     Height = 19
  222.     DownGlyph.Data = {
  223.       A6000000424DA600000000000000760000002800000009000000060000000100
  224.       0400000000003000000000000000000000000000000000000000000000000000
  225.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  226.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  227.       0000333303333000000033300033300000003300000330000000300000003000
  228.       00003333333330000000}
  229.     TabOrder = 5
  230.     UpGlyph.Data = {
  231.       A6000000424DA600000000000000760000002800000009000000060000000100
  232.       0400000000003000000000000000000000000000000000000000000000000000
  233.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  234.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  235.       0000300000003000000033000003300000003330003330000000333303333000
  236.       00003333333330000000}
  237.     OnDownClick = offsetSpinDownClick
  238.     OnUpClick = offsetSpinUpClick
  239.   end
  240.   object variationEdit: TEdit
  241.     Left = 112
  242.     Top = 88
  243.     Width = 169
  244.     Height = 21
  245.     TabOrder = 6
  246.     Text = 'variationEdit'
  247.     OnClick = variationEditExit
  248.     OnEnter = variationEditEnter
  249.     OnExit = variationEditExit
  250.     OnKeyPress = variationEditKeyPress
  251.   end
  252.   object variationSpin: TSpinButton
  253.     Left = 280
  254.     Top = 89
  255.     Width = 20
  256.     Height = 19
  257.     DownGlyph.Data = {
  258.       A6000000424DA600000000000000760000002800000009000000060000000100
  259.       0400000000003000000000000000000000000000000000000000000000000000
  260.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  261.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  262.       0000333303333000000033300033300000003300000330000000300000003000
  263.       00003333333330000000}
  264.     TabOrder = 7
  265.     UpGlyph.Data = {
  266.       A6000000424DA600000000000000760000002800000009000000060000000100
  267.       0400000000003000000000000000000000000000000000000000000000000000
  268.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  269.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  270.       0000300000003000000033000003300000003330003330000000333303333000
  271.       00003333333330000000}
  272.     OnDownClick = variationSpinDownClick
  273.     OnUpClick = variationSpinUpClick
  274.   end
  275.   object rateEdit: TEdit
  276.     Left = 112
  277.     Top = 112
  278.     Width = 169
  279.     Height = 21
  280.     TabOrder = 8
  281.     Text = 'rateEdit'
  282.     OnClick = rateEditExit
  283.     OnEnter = rateEditEnter
  284.     OnExit = rateEditExit
  285.     OnKeyPress = rateEditKeyPress
  286.   end
  287.   object rateSpin: TSpinButton
  288.     Left = 280
  289.     Top = 113
  290.     Width = 20
  291.     Height = 19
  292.     DownGlyph.Data = {
  293.       A6000000424DA600000000000000760000002800000009000000060000000100
  294.       0400000000003000000000000000000000000000000000000000000000000000
  295.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  296.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  297.       0000333303333000000033300033300000003300000330000000300000003000
  298.       00003333333330000000}
  299.     TabOrder = 9
  300.     UpGlyph.Data = {
  301.       A6000000424DA600000000000000760000002800000009000000060000000100
  302.       0400000000003000000000000000000000000000000000000000000000000000
  303.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  304.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  305.       0000300000003000000033000003300000003330003330000000333303333000
  306.       00003333333330000000}
  307.     OnDownClick = rateSpinDownClick
  308.     OnUpClick = rateSpinUpClick
  309.   end
  310.   object OKBtn: TBitBtn
  311.     Left = 32
  312.     Top = 192
  313.     Width = 77
  314.     Height = 27
  315.     Caption = 'OK'
  316.     ModalResult = 1
  317.     TabOrder = 10
  318.     OnClick = OKBtnClick
  319.     Glyph.Data = {
  320.       DE010000424DDE01000000000000760000002800000024000000120000000100
  321.       0400000000006801000000000000000000000000000000000000000000000000
  322.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  323.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  324.       3333333333333333333333330000333333333333333333333333F33333333333
  325.       00003333344333333333333333377F3333333333000033334224333333333333
  326.       337337F3333333330000333422224333333333333733337F3333333300003342
  327.       222224333333333373333337F3333333000034222A22224333333337F337F333
  328.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  329.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  330.       0000333333333A222433333333333337F337F33300003333333333A222433333
  331.       333333337F337F33000033333333333A222433333333333337F337F300003333
  332.       33333333A222433333333333337F337F00003333333333333A22433333333333
  333.       3337F37F000033333333333333A223333333333333337F730000333333333333
  334.       333A333333333333333337330000333333333333333333333333333333333333
  335.       0000}
  336.     Margin = 2
  337.     NumGlyphs = 2
  338.     Spacing = -1
  339.     IsControl = True
  340.   end
  341.   object GroupBox1: TGroupBox
  342.     Left = 320
  343.     Top = 3
  344.     Width = 201
  345.     Height = 214
  346.     Caption = 'Patch'
  347.     TabOrder = 13
  348.     object addBtn: TButton
  349.       Left = 8
  350.       Top = 184
  351.       Width = 57
  352.       Height = 25
  353.       Caption = 'Add'
  354.       TabOrder = 0
  355.       OnClick = addBtnClick
  356.     end
  357.     object removeBtn: TButton
  358.       Left = 72
  359.       Top = 184
  360.       Width = 57
  361.       Height = 25
  362.       Caption = 'Remove'
  363.       TabOrder = 1
  364.       OnClick = removeBtnClick
  365.     end
  366.     object StringGrid1: TStringGrid
  367.       Left = 8
  368.       Top = 24
  369.       Width = 185
  370.       Height = 153
  371.       ColCount = 6
  372.       DefaultColWidth = 183
  373.       FixedCols = 0
  374.       RowCount = 1
  375.       FixedRows = 0
  376.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  377.       ScrollBars = ssVertical
  378.       TabOrder = 2
  379.       OnSelectCell = StringGrid1SelectCell
  380.     end
  381.     object updateBtn: TButton
  382.       Left = 136
  383.       Top = 184
  384.       Width = 57
  385.       Height = 25
  386.       Caption = 'Update'
  387.       TabOrder = 3
  388.       OnClick = updateBtnClick
  389.     end
  390.   end
  391.   object timer: TTimer
  392.     Enabled = False
  393.     Interval = 500
  394.     OnTimer = timerTimer
  395.     Left = 288
  396.     Top = 136
  397.   end
  398. end
  399.